home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
MATH
/
COMPLX
/
README.1ST
< prev
Wrap
Text File
|
1992-01-15
|
1KB
|
32 lines
Complex Arithmetic and Transcendental Functions
in Turbo Pascal
(C) Copyright 1992, Earl F. Glynn, Overland Park, KS. Compuserve 73257,3527.
All rights reserved. These files may be freely distributed only for
non-commercial use.
File Description
──────────── ─────────────────────────────────────────────────────────
COMPLEXO.PAS ComplexOps UNIT for complex arithmetic and transcendental
functions.
Includes complex functions:
arithmetic: +,-,*,/, conjugate, negation,
absolute value, SQRT, roots
Exponential/Log: LN, EXP, PWR, IntPWR, RealPWR
Trig: COS, SIN, TAN,
SEC, CSC, COT
Hyperbolic: COSH, SINH, TANH,
SECH, CSCH, COTH
Bessel Functions: Io, Jo
Other Special Functions: Gamma, LN(gamma)
Rectangular/polar conversion (explicit or implicit)
Formatting function (rectangular or polar formats)
CDEMO.PAS demonstration program to exercise ComplexOps UNIT
CDEMO.TXT output from CDEMO program (CDEMO > CDEMO.TXT)